object SelectRg: TSelectRg Left = 385 Top = 178 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Comparable sources' ClientHeight = 163 ClientWidth = 217 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 16 Top = 128 Width = 73 Height = 25 Caption = 'Compare' TabOrder = 0 OnClick = Button1Click end object ButCancel: TButton Left = 128 Top = 128 Width = 73 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = ButCancelClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 201 Height = 105 Caption = 'Selected sources' TabOrder = 2 object cmBox1: TComboBox Left = 8 Top = 24 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object cmBox2: TComboBox Left = 8 Top = 64 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 end end end